BBcode Video YouTube Full Screen Tweak

Posted by Mkjones 
BBcode Video YouTube Full Screen Tweak
August 04, 2009 04:52AM
Hi

Thanks for providing such a fast and sleek forum.

I downloaded the BBcode Video module and easily adjusted it for showing YouTube videos with the full screen option. By editing 'Final replacement for YouTube videos' found in bbcode_video.php to the code below.

[code="html4strict"]
// Final replacement for YouTube videos.
$search[] = "/[video\]youtube:([\w_-]+)[\/video\]/is";
#$replace[] = "<br/><object width=\"560\" height=\"350\"><param name=\"movie\" value=\"[www.youtube.com];\"></param><embed src=\"[www.youtube.com];\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"350\" allowfullscreen=\"true\" ></embed></object><br/>";
$replace[] = "<br/><embed src=\"[www.youtube.com];\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"350\" allowfullscreen=\"true\" ></embed><br/>";
[/code]

Perhaps the phorum designer can check on the changes I made to see whether they are all needed? Does work fine on my forum though: http://mobile-phones-4u.co.uk/forum/read.php?6,15

Regards
Mkjones

My mobile phone phorum
Sorry, only registered users may post in this forum.

Click here to login